projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd04014
)
Fix type for carto option.
author
robertl
<robertl>
Thu, 1 Dec 2005 21:04:16 +0000
(21:04 +0000)
committer
robertl
<robertl>
Thu, 1 Dec 2005 21:04:16 +0000
(21:04 +0000)
pcx.c
patch
|
blob
|
history
diff --git
a/pcx.c
b/pcx.c
index a4a4a3e0581208537b637be95fc1e108bbda74fc..e6eb11e6447fdcb341d35c29696bafc5e06c631f 100644
(file)
--- a/
pcx.c
+++ b/
pcx.c
@@
-41,7
+41,7
@@
arglist_t pcx_args[] = {
ARGTYPE_STRING },
{"cartoexplorer", &cartoexplorer,
"Write tracks compatible with CartoExplorer", "",
- ARGTYPE_
STRING
},
+ ARGTYPE_
BOOL
},
{0, 0, 0, 0, 0}
};